hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
gcFree
collie
utils
memory
Undocumented in source. Be warned that the author may not have intended to support it.
void
gcFree
(T obj)
pragma(
inline
, true)
void
gcFree
(
T
)
(
T
obj
)
if
(
is
(
T
== class) ||
is
(
T
== interface)
)
void
gcFree
(T* obj)
void
gcFree
(void[] obj, bool index)
Meta
Source
See Implementation
collie
utils
memory
functions
gcFree